sdtypecolorrgb module¶
-
class
sd.api.sdtypecolorrgb.SDTypeColorRGB(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdtypevector.SDTypeVectorClass representing the ColorRGB type
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getId() → str¶ Get the type identifier string
-
getItemType() → sd.api.sdtype.SDType¶ Get the type of the items
-
getModifier() → sd.api.sdtype.SDTypeModifier¶ Get the type modifier (see SDTypeModifier enum)
-
getSize() → int¶ Get the vector size
-
release() → None¶ Releases an APIObject
-
static
sNew() → sd.api.sdtypecolorrgb.SDTypeColorRGB¶ Create new SDTypeColorRGB
-